GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.Printing 名前空間 > PrintingContext クラス > DrawImage メソッド : DrawImage(String,Rectangle,SizingMode,Nullable<Rectangle>,RectAlignment) メソッド |
'Declaration
Public Overloads MustOverride Sub DrawImage( _ ByVal filePath As String, _ ByVal bounds As Rectangle, _ ByVal sizingMode As SizingMode, _ Optional ByVal clipBounds As Nullable(Of Rectangle), _ Optional ByVal rectAlignment As RectAlignment _ )
public abstract void DrawImage( string filePath, Rectangle bounds, SizingMode sizingMode, Nullable<Rectangle> clipBounds, RectAlignment rectAlignment )